home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AppleScript - The Beta Release
/
AppleScript - The Beta Release.iso
/
Developer Scripts
/
FileMaker Pro 2.0 AS Examples
/
Property Examples
/
Window Properties
< prev
Wrap
Text File
|
1992-11-25
|
314b
|
14 lines
tell application "FileMaker Pro"
class of window "Test1"
best type of window 2
default type of window -2
name of first window
bounds of window 1
visible of window 2
index of window 2
floating of window 2
zoomed of first window
zoomable of window 2
modal of window "Test1"
resizable of window 2
end tell